Automating a Script |
You can use Beyond Compare's script processor to perform certain tasks, such as synchronizing folders, without interaction. For example, to automate a backup of your C:\My Documents folder, enter the following script commands into Notepad: load "C:\My Documents" "C:\Backups"
Save this text file as: C:\My Documents\Sync.txt A Beyond Compare script can be run at any desired time by using Window's Task Scheduler:
Note If you are running Windows XP, you will first need to select Performance and Maintenance from the Control Panel before selecting Schedule Tasks. We recommend including a log command in your script. If you have trouble with your script, check out the Scheduled Tasks error log: "SchedLgU.txt" in your Windows folder. |